[][src]Crate iced_wgpu

A wgpu renderer for iced_native.

iced_wgpu crate graph

For now, it is the default renderer of Iced in native platforms.

wgpu supports most modern graphics backends: Vulkan, Metal, DX11, and DX12 (OpenGL and WebGL are still WIP). Additionally, it will support the incoming WebGPU API.

Currently, iced_wgpu supports the following primitives:

  • Text, which is rendered using wgpu_glyph. No shaping at all.
  • Quads or rectangles, with rounded borders and a solid background color.
  • Images, lazily loaded from the filesystem.
  • Clip areas, useful to implement scrollables or hide overflowing content.

Structs

Renderer

A wgpu renderer.

Target

A rendering target.

Enums

Primitive

A rendering primitive.